.box202109120019_wai_kuang{
	background-image: url('/template/webpage/moban/box202109120019/7.jpg');	
	background-repeat: no-repeat;
	background-size: cover;
/*	padding-bottom: 30px;*/

    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	gap:20px;
	width: 100%;
}
.box202109120019{
	display: flex;
	flex-direction: column;
}


.box202109120019_1{
	width: 100%;
}	
.box202109120019_2{
	width: 100%;
	height: 260px;
	background-color: #fff;
	padding: 15px;
}

.box202109120019_2_fa1{
	color:#fff;
	background: #004977;
}



.box202109120019 .zoomImage {
    padding-bottom: 50%;
}


/*大屏端*/
@media (min-width: 1200px){
.box202109120019_wai_kuang{
	background-repeat: no-repeat;
}
.box202109120019 {
    position: relative;
    display: flex;
    gap: 0px;
    height: 300px;
    flex-direction: row;
}

.box202109120019:nth-child(even){
	display: flex;
	gap:0px;
	flex-direction: row-reverse;
}	

	
.box202109120019_1{
	float: left;
	width: 600px;
	height: 100%;
}	
.box202109120019_2{
	float: left;
	width: 600px;
	height: 100%;
/*	right: 0;
	top:20px;*/

	padding: 25px;
}

	
.box202109120019:nth-child(odd) .box202109120019_2{
	right: 0;
}

.box202109120019:nth-child(even) .box202109120019_2{
	left: 0;
}

}